.header-layout6 .container {
  max-width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.breadcumb-wrapper {
  background-color: #762d2d;
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.breadcumb-wrapper:before {
  background: linear-gradient(0deg, rgba(3, 6, 14, 0.8), rgb(118 45 45));
  opacity: 0.9;
}
.breadcumb-wrapper {
    background: url(/User/assets/Media/caligraphy.webp);
}
.sh-cart-icon {
  transform: translateX(0px) !important;
}
.start-learning-btn {
  background-color: #762d2d;
  color: #fff;
  border: none;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.start-learning-btn:hover {
  background-color: #5e1f1f;
  transform: translateY(-2px);
}

/* single blog page css start*/

.jz-bg-post-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
}
.jz-bg-post-meta span {
  margin-right: 15px;
  color: #6c757d;
  font-size: 14px;
}
.jz-bg-post-content {
  line-height: 1.8;
}
.jz-bg-sidebar {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}
.jz-bg-comment-box textarea {
  resize: none;
}
.jz-bg-social-icons a {
  margin-right: 10px;
  font-size: 20px;
  color: #762d2d;
}
.jz-bg-title {
  font-size: 35px;
  display: none;
}
.jz-bg-more-blogs .jz-bg-blog-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 10px;
  transition: 0.3s ease;
  background-color: #f8f9fa;
}

.jz-bg-more-blogs .jz-bg-blog-item:hover {
  background-color: #eaeaea;
}

.jz-bg-more-blogs .jz-bg-blog-item img {
  width: 150px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.jz-bg-more-blogs .jz-bg-blog-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.jz-bg-more-blogs .jz-bg-blog-title:hover {
  color: #762d2d;
  text-decoration: underline;
}
.footer-logo img {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #424242;
}
/* single blog page css end*/
.main-menu ul li:has(.sub-menu) > a.dropdown:after {
  transform: rotate(270deg);
}
a.dropdown.mob {
  font-size: 12px;
}
a.dropdown.mob::after {
  display: none !important;
}
.th-mobile-menu ul .th-item-has-children > a.dropdown .th-mean-expand {
  top: 60%;
  font-size: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
li.courses-mob-dropdowns ul li a {
  font-size: 12px;
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  header.th-header.header-layout6 .container {
    max-width: 100%;
    padding: 0 1% !important;
  }
  .header-layout6 .main-menu > ul > li {
    margin: 0 5px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .header-layout6 .main-menu > ul > li > a {
        padding: 0px 0;
        font-size: 14px;
    }
    .header-layout6 .main-menu > ul > li {
        margin: 0 5px;
    }
    header .menu-area> .container> .row> div:nth-child(1) {
        width: 45.5%;
    }
    header .menu-area> .container> .row> div:nth-child(2) {
        width: 24.5%;
        display: flex;
    }
    .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
    }
    header .menu-area> .container> .row> div:nth-child(3) {
        width: 30%;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
     .header-layout6 .th-menu-toggle {
          margin: 0px;
          height: 48px;
          width: 48px;
      }
      .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
    }
}
@media (min-width: 849px) {
  .header-main-row {
    align-items: baseline !important;
    max-height: 60px;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
   }
   .header-logo.logo-shape1 a {
        margin-top: 0px;
        margin-bottom: 10px;
   }
  .header-layout6 .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  img.footer-logo {
    margin-top: -20% !important;
  }
  .sjz-start-learning {
    display: none !important;
  }
  .jz-bg-sidebar {
    margin-top: 40px;
  }
}
